func github.com/klauspost/compress/flate.hash4

7 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L365: func hash4(b []byte) uint32 {
		deflate.go#L464: 			hash := hash4(d.window[s.index:])
		deflate.go#L498: 					h := hash4(d.window[prevIndex+prevLength:])
		deflate.go#L522: 											h := hash4(d.window[s.index:])
		deflate.go#L538: 							h := hash4(d.window[prevIndex+prevLength:])
		deflate.go#L563: 													h := hash4(d.window[s.index:])
		deflate.go#L656: 							h := hash4(d.window[s.index:])